home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
51741
/
51741.xpi
/
chrome
/
content
/
lib
/
extensions.js
< prev
next >
Wrap
Text File
|
2010-02-01
|
391b
|
25 lines
(function()
{
//returns true if tab kit is installed
this.isThereTabKit = function()
{
if ('tabkit' in window)
{
return true;
}
else
return false;
}
//returns true if tree style tab is installed
this.isThereTreeStyleTab = function()
{
if ('TreeStyleTabService' in window)
return true;
else
return false;
}
return null;
}).apply(metaTitleDescriptionOnTop);